type runtime.puintptr

11 uses

	runtime (current package)
		runtime2.go#L289: type puintptr uintptr
		runtime2.go#L292: func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
		runtime2.go#L295: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
		runtime2.go#L548: 	p             puintptr // attached p for executing go code (nil if not executing go code)
		runtime2.go#L549: 	nextp         puintptr
		runtime2.go#L550: 	oldp          puintptr // the p that was attached before executing a syscall
		runtime2.go#L624: 	link        puintptr
		runtime2.go#L794: 	pidle        puintptr // idle p's
		time.go#L22: 	pp puintptr
		trace.go#L198: 	lastP              puintptr  // last P emitted an event for this goroutine